std::array::fill

From Cppreference

Jump to: navigation, search
void fill( const T* value );
(C++0x)

Assigns the given value value to all elements in the container.

Parameters

value - the value to assign to the elements

Return value

(none)

Complexity

linear in the size of the container

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
In other languages